home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / IMGLIB95 / UBLOB.DF_ / UBLOB.DF / UBLOB.txt
Text File  |  1996-03-31  |  28KB  |  997 lines

  1. object BlobForm1: TBlobForm1
  2.   Left = 21
  3.   Top = 2
  4.   Width = 587
  5.   Height = 473
  6.   Caption = 'Uses JPSTAMP.DBF'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object Gauge1: TGauge
  16.     Left = 322
  17.     Top = 8
  18.     Width = 22
  19.     Height = 19
  20.     Kind = gkPie
  21.     ShowText = False
  22.     BorderStyle = bsNone
  23.     ForeColor = clRed
  24.     BackColor = clBtnFace
  25.     Progress = 0
  26.   end
  27.   object Label1: TLabel
  28.     Left = 384
  29.     Top = 81
  30.     Width = 28
  31.     Height = 13
  32.     Caption = 'Width'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 384
  36.     Top = 103
  37.     Width = 31
  38.     Height = 13
  39.     Caption = 'Height'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 384
  43.     Top = 124
  44.     Width = 60
  45.     Height = 13
  46.     Caption = 'Bits per Pixel'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 384
  50.     Top = 147
  51.     Width = 32
  52.     Height = 13
  53.     Caption = 'Planes'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 384
  57.     Top = 170
  58.     Width = 29
  59.     Height = 13
  60.     Caption = 'Colors'
  61.   end
  62.   object Label6: TLabel
  63.     Left = 384
  64.     Top = 190
  65.     Width = 68
  66.     Height = 13
  67.     Caption = 'Compression'
  68.   end
  69.   object Label7: TLabel
  70.     Left = 384
  71.     Top = 213
  72.     Width = 44
  73.     Height = 13
  74.     Caption = 'Blob Size'
  75.   end
  76.   object DBNavigator1: TDBNavigator
  77.     Left = 10
  78.     Top = 242
  79.     Width = 331
  80.     Height = 23
  81.     DataSource = DataSource1
  82.     TabOrder = 0
  83.     OnClick = DBNavigator1Click
  84.   end
  85.   object AutodisplayCheckBox: TCheckBox
  86.     Left = 9
  87.     Top = 10
  88.     Width = 73
  89.     Height = 17
  90.     Caption = 'Autodisplay'
  91.     State = cbChecked
  92.     TabOrder = 1
  93.     OnClick = AutodisplayCheckBoxClick
  94.   end
  95.   object DBEdit1: TDBEdit
  96.     Left = 349
  97.     Top = 56
  98.     Width = 213
  99.     Height = 20
  100.     Color = clGray
  101.     DataField = 'TEXT1'
  102.     DataSource = DataSource1
  103.     MaxLength = 0
  104.     TabOrder = 2
  105.   end
  106.   object StretchCheckBox: TCheckBox
  107.     Left = 93
  108.     Top = 10
  109.     Width = 61
  110.     Height = 17
  111.     Caption = 'Stretch'
  112.     State = cbChecked
  113.     TabOrder = 3
  114.     OnClick = StretchCheckBoxClick
  115.   end
  116.   object GroupBox1: TGroupBox
  117.     Left = 348
  118.     Top = 258
  119.     Width = 97
  120.     Height = 118
  121.     Caption = 'Resolution'
  122.     Color = clBtnFace
  123.     Font.Color = clMaroon
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentColor = False
  128.     ParentFont = False
  129.     TabOrder = 6
  130.     object RadioButton1: TRadioButton
  131.       Left = 7
  132.       Top = 18
  133.       Width = 80
  134.       Height = 17
  135.       Caption = '16 Colors'
  136.       Font.Color = clBlack
  137.       Font.Height = -11
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = []
  140.       ParentFont = False
  141.       TabOrder = 0
  142.       OnClick = ResolutionClick
  143.     end
  144.     object RadioButton2: TRadioButton
  145.       Left = 7
  146.       Top = 46
  147.       Width = 76
  148.       Height = 15
  149.       Caption = '256 Colors'
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 1
  156.       OnClick = ResolutionClick
  157.     end
  158.     object RadioButton3: TRadioButton
  159.       Left = 7
  160.       Top = 68
  161.       Width = 80
  162.       Height = 17
  163.       Hint = '(Should have true color VGA Card)'
  164.       Caption = 'True Color'
  165.       Font.Color = clBlack
  166.       Font.Height = -11
  167.       Font.Name = 'MS Sans Serif'
  168.       Font.Style = []
  169.       ParentFont = False
  170.       TabOrder = 2
  171.       OnClick = ResolutionClick
  172.     end
  173.     object resAuto: TRadioButton
  174.       Left = 6
  175.       Top = 93
  176.       Width = 84
  177.       Height = 17
  178.       Caption = 'Automatic'
  179.       Checked = True
  180.       Font.Color = clBlack
  181.       Font.Height = -11
  182.       Font.Name = 'MS Sans Serif'
  183.       Font.Style = []
  184.       ParentFont = False
  185.       TabOrder = 3
  186.       TabStop = True
  187.       OnClick = ResolutionClick
  188.     end
  189.   end
  190.   object CenterCheckBox: TCheckBox
  191.     Left = 247
  192.     Top = 9
  193.     Width = 73
  194.     Height = 19
  195.     Caption = 'Center it'
  196.     State = cbChecked
  197.     TabOrder = 7
  198.     OnClick = CenterCheckBoxClick
  199.   end
  200.   object Edit1: TEdit
  201.     Left = 349
  202.     Top = 35
  203.     Width = 213
  204.     Height = 20
  205.     Color = clNavy
  206.     Font.Color = clWhite
  207.     Font.Height = -11
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = []
  210.     ParentFont = False
  211.     ReadOnly = True
  212.     TabOrder = 11
  213.   end
  214.   object Edit2: TEdit
  215.     Left = 452
  216.     Top = 78
  217.     Width = 110
  218.     Height = 20
  219.     Color = clGray
  220.     Font.Color = clNavy
  221.     Font.Height = -11
  222.     Font.Name = 'MS Sans Serif'
  223.     Font.Style = []
  224.     ParentFont = False
  225.     ReadOnly = True
  226.     TabOrder = 13
  227.   end
  228.   object Edit3: TEdit
  229.     Left = 452
  230.     Top = 100
  231.     Width = 110
  232.     Height = 20
  233.     Color = clGray
  234.     Font.Color = clNavy
  235.     Font.Height = -11
  236.     Font.Name = 'MS Sans Serif'
  237.     Font.Style = []
  238.     ParentFont = False
  239.     ReadOnly = True
  240.     TabOrder = 14
  241.   end
  242.   object Edit4: TEdit
  243.     Left = 452
  244.     Top = 122
  245.     Width = 110
  246.     Height = 20
  247.     Color = clGray
  248.     Font.Color = clNavy
  249.     Font.Height = -11
  250.     Font.Name = 'MS Sans Serif'
  251.     Font.Style = []
  252.     ParentFont = False
  253.     ReadOnly = True
  254.     TabOrder = 15
  255.   end
  256.   object Edit5: TEdit
  257.     Left = 452
  258.     Top = 144
  259.     Width = 110
  260.     Height = 20
  261.     Color = clGray
  262.     Font.Color = clNavy
  263.     Font.Height = -11
  264.     Font.Name = 'MS Sans Serif'
  265.     Font.Style = []
  266.     ParentFont = False
  267.     ReadOnly = True
  268.     TabOrder = 16
  269.   end
  270.   object Edit6: TEdit
  271.     Left = 452
  272.     Top = 166
  273.     Width = 110
  274.     Height = 20
  275.     Color = clGray
  276.     Font.Color = clNavy
  277.     Font.Height = -11
  278.     Font.Name = 'MS Sans Serif'
  279.     Font.Style = []
  280.     ParentFont = False
  281.     ReadOnly = True
  282.     TabOrder = 17
  283.   end
  284.   object Edit7: TEdit
  285.     Left = 452
  286.     Top = 188
  287.     Width = 110
  288.     Height = 20
  289.     Color = clGray
  290.     Font.Color = clNavy
  291.     Font.Height = -11
  292.     Font.Name = 'MS Sans Serif'
  293.     Font.Style = []
  294.     ParentFont = False
  295.     ReadOnly = True
  296.     TabOrder = 18
  297.   end
  298.   object Edit8: TEdit
  299.     Left = 452
  300.     Top = 210
  301.     Width = 110
  302.     Height = 20
  303.     Color = clTeal
  304.     Font.Color = clAqua
  305.     Font.Height = -11
  306.     Font.Name = 'MS Sans Serif'
  307.     Font.Style = []
  308.     ParentFont = False
  309.     ReadOnly = True
  310.     TabOrder = 19
  311.   end
  312.   object GroupBox2: TGroupBox
  313.     Left = 461
  314.     Top = 258
  315.     Width = 112
  316.     Height = 185
  317.     Caption = 'Blob Update To'
  318.     Font.Color = clMaroon
  319.     Font.Height = -11
  320.     Font.Name = 'MS Sans Serif'
  321.     Font.Style = []
  322.     ParentFont = False
  323.     TabOrder = 20
  324.     object RadioButton4: TRadioButton
  325.       Left = 8
  326.       Top = 23
  327.       Width = 80
  328.       Height = 17
  329.       Caption = 'A Jpeg Blob'
  330.       Checked = True
  331.       Font.Color = clBlack
  332.       Font.Height = -11
  333.       Font.Name = 'MS Sans Serif'
  334.       Font.Style = []
  335.       ParentFont = False
  336.       TabOrder = 0
  337.       TabStop = True
  338.       OnClick = RadioButton4Click
  339.     end
  340.     object RadioButton5: TRadioButton
  341.       Left = 8
  342.       Top = 50
  343.       Width = 80
  344.       Height = 17
  345.       Caption = 'A BMP Blob'
  346.       Font.Color = clBlack
  347.       Font.Height = -11
  348.       Font.Name = 'MS Sans Serif'
  349.       Font.Style = []
  350.       ParentFont = False
  351.       TabOrder = 1
  352.       OnClick = RadioButton5Click
  353.     end
  354.     object RadioButton6: TRadioButton
  355.       Left = 7
  356.       Top = 79
  357.       Width = 82
  358.       Height = 17
  359.       Caption = 'A GIF Blob'
  360.       Font.Color = clBlack
  361.       Font.Height = -11
  362.       Font.Name = 'MS Sans Serif'
  363.       Font.Style = []
  364.       ParentFont = False
  365.       TabOrder = 2
  366.       OnClick = RadioButton6Click
  367.     end
  368.     object RadioButton7: TRadioButton
  369.       Left = 7
  370.       Top = 107
  371.       Width = 85
  372.       Height = 17
  373.       Caption = 'A PCX Blob'
  374.       Font.Color = clBlack
  375.       Font.Height = -11
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = []
  378.       ParentFont = False
  379.       TabOrder = 3
  380.       OnClick = RadioButton7Click
  381.     end
  382.     object RadioButton9: TRadioButton
  383.       Left = 8
  384.       Top = 161
  385.       Width = 80
  386.       Height = 17
  387.       Caption = 'A PNG Blob'
  388.       Font.Color = clBlack
  389.       Font.Height = -11
  390.       Font.Name = 'MS Sans Serif'
  391.       Font.Style = []
  392.       ParentFont = False
  393.       TabOrder = 4
  394.       OnClick = RadioButton9Click
  395.     end
  396.     object RadioButton8: TRadioButton
  397.       Left = 8
  398.       Top = 133
  399.       Width = 85
  400.       Height = 17
  401.       Caption = 'A TIFF Blob'
  402.       Font.Color = clBlack
  403.       Font.Height = -11
  404.       Font.Name = 'MS Sans Serif'
  405.       Font.Style = []
  406.       ParentFont = False
  407.       TabOrder = 5
  408.       OnClick = RadioButton8Click
  409.     end
  410.   end
  411.   object GroupBox3: TGroupBox
  412.     Left = 348
  413.     Top = 380
  414.     Width = 96
  415.     Height = 63
  416.     Caption = 'Jpg Save Options'
  417.     Font.Color = clMaroon
  418.     Font.Height = -11
  419.     Font.Name = 'MS Sans Serif'
  420.     Font.Style = []
  421.     ParentFont = False
  422.     TabOrder = 23
  423.     object Label8: TLabel
  424.       Left = 8
  425.       Top = 18
  426.       Width = 32
  427.       Height = 13
  428.       Caption = 'Quality'
  429.       Font.Color = clBlack
  430.       Font.Height = -11
  431.       Font.Name = 'MS Sans Serif'
  432.       Font.Style = []
  433.       ParentFont = False
  434.     end
  435.     object Label9: TLabel
  436.       Left = 8
  437.       Top = 39
  438.       Width = 36
  439.       Height = 13
  440.       Caption = 'Smooth'
  441.       Font.Color = clBlack
  442.       Font.Height = -11
  443.       Font.Name = 'MS Sans Serif'
  444.       Font.Style = []
  445.       ParentFont = False
  446.     end
  447.     object SpinEdit1: TSpinEdit
  448.       Left = 47
  449.       Top = 14
  450.       Width = 45
  451.       Height = 22
  452.       Hint = 'Jpg update quality factor (0..100)'
  453.       Color = clNavy
  454.       Font.Color = clYellow
  455.       Font.Height = -11
  456.       Font.Name = 'MS Sans Serif'
  457.       Font.Style = []
  458.       MaxValue = 100
  459.       MinValue = 0
  460.       ParentFont = False
  461.       ParentShowHint = False
  462.       ShowHint = True
  463.       TabOrder = 0
  464.       Value = 0
  465.       OnChange = SpinEdit1Change
  466.     end
  467.     object SpinEdit2: TSpinEdit
  468.       Left = 47
  469.       Top = 36
  470.       Width = 45
  471.       Height = 22
  472.       Hint = 'Jpg update Smoothing factor (0..100)'
  473.       Color = clNavy
  474.       Font.Color = clYellow
  475.       Font.Height = -11
  476.       Font.Name = 'MS Sans Serif'
  477.       Font.Style = []
  478.       MaxValue = 100
  479.       MinValue = 0
  480.       ParentFont = False
  481.       ParentShowHint = False
  482.       ShowHint = True
  483.       TabOrder = 1
  484.       Value = 0
  485.       OnChange = SpinEdit2Change
  486.     end
  487.   end
  488.   object BitBtn2: TBitBtn
  489.     Left = 10
  490.     Top = 264
  491.     Width = 165
  492.     Height = 24
  493.     Caption = 'Save blob to file as stored'
  494.     TabOrder = 5
  495.     OnClick = BitBtn2Click
  496.     NumGlyphs = 2
  497.     Style = bsNew
  498.   end
  499.   object BitBtn5: TBitBtn
  500.     Left = 174
  501.     Top = 264
  502.     Width = 166
  503.     Height = 24
  504.     Caption = 'Paste Blob from clipboard'
  505.     Enabled = False
  506.     TabOrder = 9
  507.     OnClick = BitBtn5Click
  508.     Glyph.Data = {
  509.       76010000424D7601000000000000760000002800000020000000100000000100
  510.       04000000000000010000130B0000130B00000000000000000000000000000000
  511.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  512.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  513.       FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  514.       FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  515.       FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  516.       0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  517.       9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  518.       9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  519.       99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  520.       93337777FF777777733370000000073333333777777773333333}
  521.     Layout = blGlyphRight
  522.     NumGlyphs = 2
  523.     Style = bsNew
  524.   end
  525.   object BitBtn13: TBitBtn
  526.     Left = 357
  527.     Top = 6
  528.     Width = 97
  529.     Height = 25
  530.     Caption = 'New Scroll Msg'
  531.     TabOrder = 27
  532.     OnClick = BitBtn13Click
  533.     Style = bsNew
  534.   end
  535.   object BitBtn10: TBitBtn
  536.     Left = 464
  537.     Top = 6
  538.     Width = 97
  539.     Height = 25
  540.     Caption = 'New Credit Msg'
  541.     TabOrder = 31
  542.     OnClick = BitBtn10Click
  543.     Style = bsNew
  544.   end
  545.   object DBMultiImage1: TPDBMultiImage
  546.     Left = 11
  547.     Top = 29
  548.     Width = 328
  549.     Height = 212
  550.     ImageReadRes = lAutoMatic
  551.     ImageWriteRes = sAutoMatic
  552.     JPegSaveQuality = 25
  553.     JPegSaveSmooth = 0
  554.     ImageDither = True
  555.     UpdateAsJPG = False
  556.     UpdateAsBMP = False
  557.     UpdateAsGIF = False
  558.     UpdateAsPCX = False
  559.     UpdateAsPNG = False
  560.     UpdateAsTIF = True
  561.     Color = clTeal
  562.     DataField = 'BLOBIMAGE'
  563.     DataSource = DataSource1
  564.     Stretch = True
  565.     TabOrder = 32
  566.     TextLeft = 0
  567.     TextTop = 0
  568.     TextRotate = 0
  569.     TifSaveCompress = sNONE
  570.     UseTwainWindow = False
  571.     OnMouseDown = DBMultiImage1MouseDown
  572.     OnMouseMove = DBMultiImage1MouseMove
  573.     OnMouseUp = DBMultiImage1MouseUp
  574.   end
  575.   object BitBtn1: TBitBtn
  576.     Left = 10
  577.     Top = 287
  578.     Width = 165
  579.     Height = 24
  580.     Caption = 'Replace Blob (Thumbs)'
  581.     TabOrder = 4
  582.     OnClick = BitBtn1Click
  583.     Glyph.Data = {
  584.       78010000424D7801000000000000760000002800000020000000100000000100
  585.       04000000000000000000120B0000120B00000000000000000000000000000000
  586.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  587.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550000000005
  588.       555555777777777FF5555500000000805555557777777777FF555550BBBBB008
  589.       05555557F5FFF7777FF55550B000B030805555F7F777F7F777F550000000B033
  590.       005557777777F7F5775550BBBBB00033055557F5FFF777F57F5550B000B08033
  591.       055557F77757F7F57F5550BBBBB08033055557F55557F7F57F5550BBBBB00033
  592.       055557FFFFF777F57F5550000000703305555777777757F57F555550FFF77033
  593.       05555557FFFFF7FF7F55550000000003055555777777777F7F55550777777700
  594.       05555575FF5555777F55555003B3B3B00555555775FF55577FF55555500B3B3B
  595.       005555555775FFFF77F5555555700000005555555557777777550000}
  596.     Layout = blGlyphRight
  597.     NumGlyphs = 2
  598.     Style = bsNew
  599.   end
  600.   object BitBtn4: TBitBtn
  601.     Left = 174
  602.     Top = 287
  603.     Width = 166
  604.     Height = 24
  605.     Caption = 'Save Blob to ClipBoard'
  606.     TabOrder = 8
  607.     OnClick = BitBtn4Click
  608.     Glyph.Data = {
  609.       56070000424D5607000000000000360400002800000028000000140000000100
  610.       0800000000002003000000000000000000000000000000000000000000000000
  611.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  612.       A600000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       0000000000000000000000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  642.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  643.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  644.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  645.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  646.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  647.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  648.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  649.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  650.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  651.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  652.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  653.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  654.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  655.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  656.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  657.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  658.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  659.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  660.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  661.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  662.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  663.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  664.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  665.       0303030303030303030303030303030303030303030303030303030303030303
  666.       0303030303030303030303030303030303030303030303030303030303030303
  667.       0303030303030303030303030303030303030303030303030303}
  668.     NumGlyphs = 2
  669.     Style = bsNew
  670.   end
  671.   object BitBtn6: TBitBtn
  672.     Left = 10
  673.     Top = 310
  674.     Width = 165
  675.     Height = 23
  676.     Caption = 'Append Blob from file'
  677.     TabOrder = 10
  678.     OnClick = BitBtn6Click
  679.     Glyph.Data = {
  680.       78010000424D7801000000000000760000002800000020000000100000000100
  681.       04000000000000000000120B0000120B00000000000000000000000000000000
  682.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  683.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033BBBBBBBBBB
  684.       BB33337777777777777F33BB00BBBBBBBB33337F77333333F37F33BB0BBBBBB0
  685.       BB33337F73F33337FF7F33BBB0BBBB000B33337F37FF3377737F33BBB00BB00B
  686.       BB33337F377F3773337F33BBBB0B00BBBB33337F337F7733337F33BBBB000BBB
  687.       BB33337F33777F33337F33EEEE000EEEEE33337F3F777FFF337F33EE0E80000E
  688.       EE33337F73F77773337F33EEE0800EEEEE33337F37377F33337F33EEEE000EEE
  689.       EE33337F33777F33337F33EEEEE00EEEEE33337F33377FF3337F33EEEEEE00EE
  690.       EE33337F333377F3337F33EEEEEE00EEEE33337F33337733337F33EEEEEEEEEE
  691.       EE33337FFFFFFFFFFF7F33EEEEEEEEEEEE3333777777777777730000}
  692.     NumGlyphs = 2
  693.     Style = bsNew
  694.   end
  695.   object BitBtn7: TBitBtn
  696.     Left = 174
  697.     Top = 310
  698.     Width = 166
  699.     Height = 23
  700.     Caption = 'Save to file as BMP'
  701.     TabOrder = 21
  702.     OnClick = BitBtn7Click
  703.     Style = bsNew
  704.   end
  705.   object BitBtn11: TBitBtn
  706.     Left = 10
  707.     Top = 332
  708.     Width = 165
  709.     Height = 23
  710.     Caption = 'Enlarge'
  711.     TabOrder = 25
  712.     OnClick = BitBtn11Click
  713.     Glyph.Data = {
  714.       06020000424D0602000000000000760000002800000028000000140000000100
  715.       0400000000009001000000000000000000000000000000000000000000000000
  716.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  717.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  718.       3333333333FFFFFFFF333FFFFF3330000000033300000333377777777F337777
  719.       7FF330EFEFEF03307333703337F3FFFF7F37733377F330F4444E033333333033
  720.       37F777737F333333F7F33099999903333330703337F333337F33333777FF309F
  721.       FFF903333330000337F333337F33333777733099999903333330003337F3FF3F
  722.       7F333337773330F44E0003333330033337F7737773333337733330EFEF003333
  723.       3330333337FFFF7733333337333330000003333333333333377777733333FFFF
  724.       FFFF3333333333300000000333333F3333377777777F333303333330EFEFEF03
  725.       33337F333337F3FFFF7F333003333330F4444E0333377F333337F777737F3300
  726.       03333330EFEFEF0333777F333337F3FFFF7F300003333330F4444E0337777F33
  727.       3337F777737F330703333330EFEFEF03337773333337F3FF3F7F330333333330
  728.       F44E0003337FF333FF37F7737773330733370330EFEF00333377FFF77337FFFF
  729.       7733333000003330000003333337777733377777733333333333333333333333
  730.       33333333333333333333}
  731.     NumGlyphs = 2
  732.     Style = bsNew
  733.   end
  734.   object BitBtn8: TBitBtn
  735.     Left = 174
  736.     Top = 332
  737.     Width = 166
  738.     Height = 23
  739.     Caption = 'Save to file as Jpeg'
  740.     TabOrder = 22
  741.     OnClick = BitBtn8Click
  742.     Style = bsNew
  743.   end
  744.   object BitBtn3: TBitBtn
  745.     Left = 10
  746.     Top = 354
  747.     Width = 165
  748.     Height = 23
  749.     Caption = 'Open Table'
  750.     TabOrder = 12
  751.     OnClick = BitBtn3Click
  752.     Glyph.Data = {
  753.       78010000424D7801000000000000760000002800000020000000100000000100
  754.       04000000000000000000120B0000120B00000000000000000000000000000000
  755.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  756.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  757.       33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  758.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  759.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  760.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  761.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  762.       FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  763.       C8807FF7777777777FF700000000000000007777777777777777333333333333
  764.       33333333333333333333333333333333333333333333333333330000}
  765.     NumGlyphs = 2
  766.     Style = bsNew
  767.   end
  768.   object BitBtn14: TBitBtn
  769.     Left = 174
  770.     Top = 354
  771.     Width = 166
  772.     Height = 23
  773.     Caption = 'Save to file as GIF'
  774.     TabOrder = 28
  775.     OnClick = BitBtn14Click
  776.     Style = bsNew
  777.   end
  778.   object BitBtn12: TBitBtn
  779.     Left = 10
  780.     Top = 376
  781.     Width = 165
  782.     Height = 23
  783.     Caption = 'About ImageLib'
  784.     TabOrder = 26
  785.     OnClick = BitBtn12Click
  786.     Style = bsNew
  787.   end
  788.   object BitBtn15: TBitBtn
  789.     Left = 174
  790.     Top = 376
  791.     Width = 166
  792.     Height = 23
  793.     Caption = 'Save to file as PCX'
  794.     TabOrder = 29
  795.     OnClick = BitBtn15Click
  796.     Style = bsNew
  797.   end
  798.   object BitBtn9: TBitBtn
  799.     Left = 10
  800.     Top = 398
  801.     Width = 165
  802.     Height = 23
  803.     Caption = 'Print'
  804.     TabOrder = 24
  805.     OnClick = BitBtn9Click
  806.     Glyph.Data = {
  807.       76010000424D7601000000000000760000002800000020000000100000000100
  808.       04000000000000010000130B0000130B00000000000000000000000000000000
  809.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  810.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  811.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  812.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  813.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  814.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  815.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  816.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  817.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  818.       33333337FFFF7733333333300000033333333337777773333333}
  819.     NumGlyphs = 2
  820.     Style = bsNew
  821.     Spacing = 0
  822.   end
  823.   object BitBtn16: TBitBtn
  824.     Left = 174
  825.     Top = 398
  826.     Width = 166
  827.     Height = 23
  828.     Caption = 'Save to file as PNG'
  829.     TabOrder = 30
  830.     OnClick = BitBtn16Click
  831.     Style = bsNew
  832.   end
  833.   object StretchRatioCheckBox: TCheckBox
  834.     Left = 161
  835.     Top = 10
  836.     Width = 85
  837.     Height = 17
  838.     Caption = 'Stretch Ratio'
  839.     TabOrder = 33
  840.     OnClick = StretchRatioCheckBoxClick
  841.   end
  842.   object RotateImageBtn: TBitBtn
  843.     Left = 341
  844.     Top = 192
  845.     Width = 25
  846.     Height = 25
  847.     Hint = 'Rotate Image'
  848.     Caption = 'R'
  849.     ParentShowHint = False
  850.     ShowHint = True
  851.     TabOrder = 34
  852.     OnClick = RotateImageBtnClick
  853.     Style = bsNew
  854.   end
  855.   object FlipImagetBtn: TBitBtn
  856.     Left = 341
  857.     Top = 217
  858.     Width = 25
  859.     Height = 25
  860.     Hint = 'Flip Image'
  861.     Caption = 'F'
  862.     ParentShowHint = False
  863.     ShowHint = True
  864.     TabOrder = 35
  865.     OnClick = FlipImagetBtnClick
  866.     Style = bsNew
  867.   end
  868.   object BitBtn17: TBitBtn
  869.     Left = 341
  870.     Top = 142
  871.     Width = 25
  872.     Height = 25
  873.     Hint = 'Zoom Out'
  874.     Caption = '-'
  875.     ParentShowHint = False
  876.     ShowHint = True
  877.     TabOrder = 36
  878.     OnClick = BitBtn17Click
  879.     Style = bsNew
  880.   end
  881.   object BitBtn18: TBitBtn
  882.     Left = 341
  883.     Top = 167
  884.     Width = 25
  885.     Height = 25
  886.     Hint = 'Zoom In'
  887.     Caption = '+'
  888.     ParentShowHint = False
  889.     ShowHint = True
  890.     TabOrder = 37
  891.     OnClick = BitBtn18Click
  892.     Style = bsNew
  893.   end
  894.   object BitBtn19: TBitBtn
  895.     Left = 341
  896.     Top = 117
  897.     Width = 25
  898.     Height = 25
  899.     Hint = 'Reset Image'
  900.     Caption = '@'
  901.     ParentShowHint = False
  902.     ShowHint = True
  903.     TabOrder = 38
  904.     OnClick = BitBtn19Click
  905.     Style = bsNew
  906.   end
  907.   object BitBtn21: TBitBtn
  908.     Left = 10
  909.     Top = 420
  910.     Width = 165
  911.     Height = 24
  912.     Caption = 'Scan'
  913.     TabOrder = 40
  914.     OnClick = BitBtn21Click
  915.     Glyph.Data = {
  916.       66010000424D6601000000000000760000002800000014000000140000000100
  917.       040000000000F000000000000000000000001000000010000000000000000000
  918.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  919.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  920.       3333333300003333333333333333333300003333033333333333333300003333
  921.       3000333333333333000033333333033333333333000033333333303333333333
  922.       0000333333338088333333330000333333300000833333330000333333077777
  923.       08333333000033333307FFFF08333333000033333307FFFF0833333300003333
  924.       3307FFFF0888333300003330007FFFFFF00083330000330777FFFFFFFFFF0833
  925.       00003307FAAAAAAAAAFF083300003307FFFFFFFFFFFF08330000333000000000
  926.       0000833300003333333333333333333300003333333333333333333300003333
  927.       33333333333333330000}
  928.     Style = bsNew
  929.     Spacing = 0
  930.   end
  931.   object BitBtn20: TBitBtn
  932.     Left = 174
  933.     Top = 420
  934.     Width = 166
  935.     Height = 24
  936.     Caption = 'Save to file as TIFF'
  937.     TabOrder = 39
  938.     OnClick = BitBtn20Click
  939.     Style = bsNew
  940.   end
  941.   object Table1: TTable
  942.     DatabaseName = 'd:\borland\ilibsam'
  943.     TableName = 'JPSTAMP.DBF'
  944.     Left = 309
  945.     Top = 40
  946.   end
  947.   object DataSource1: TDataSource
  948.     DataSet = Table1
  949.     OnDataChange = DataSource1DataChange
  950.     Left = 280
  951.     Top = 40
  952.   end
  953.   object OpenDialog1: TOpenDialog
  954.     Filter = 
  955.       'All Images|*.jpg;*.gif;*.pcx;*.bmp;*.scm;*.png;|BMP Images|*.bmp' +
  956.       '|GIF Images|*.gif|PCX Images|*.pcx|JPG Images|*.jpg|PNG Images|*' +
  957.       '.png|Scroll Messages|*.scm'
  958.     Left = 280
  959.     Top = 67
  960.   end
  961.   object SaveDialog1: TSaveDialog
  962.     Options = [ofOverwritePrompt]
  963.     Left = 251
  964.     Top = 67
  965.   end
  966.   object Timer1: TTimer
  967.     OnTimer = Timer1Timer
  968.     Left = 309
  969.     Top = 67
  970.   end
  971.   object OpenDialog2: TOpenDialog
  972.     FileName = 'JPSTAMP.DBF'
  973.     Filter = 'sample dbf|JPSTAMP.DBF'
  974.     Left = 251
  975.     Top = 40
  976.   end
  977.   object SaveDialog2: TSaveDialog
  978.     DefaultExt = 'JPG'
  979.     Filter = 'Jpeg files|*.JPG'
  980.     Left = 251
  981.     Top = 94
  982.   end
  983.   object PrintDialog1: TPrintDialog
  984.     Left = 280
  985.     Top = 94
  986.   end
  987.   object ThumbPreview1: TThumbPreview
  988.     AutoLoad = True
  989.     Title = 'Image Preview'
  990.     DataFileName = 'thumbs.dat'
  991.     DataFileDir = 'c:\'
  992.     PreviewsDir = 'c:\'
  993.     Left = 309
  994.     Top = 95
  995.   end
  996. end
  997.